home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NASA Climatology Interdisciplinary Data Collection
/
NASA Climatology Interdisciplinary Data Collection - Disc 4.iso
/
software
/
grads
/
lib
/
functions
/
nddsmon.gf
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-17
|
212 b
|
13 lines
function nddsmon(curdtg)
moncode=substr(curdtg,4,1)
if(substr(curdtg,3,2)='10')
moncode='a'
endif
if(substr(curdtg,3,2)='11')
moncode='b'
endif
if(substr(curdtg,3,2)='12')
moncode='c'
endif
return(moncode)